home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / planetm1.lzh / SYSOP.DOC < prev    next >
Text File  |  1991-07-09  |  4KB  |  105 lines

  1.                Planet Mongers Sysop Documentation
  2.                              Page 1
  3.  
  4.  
  5.      Thank you for choosing to set up planet mongers on your BBS.
  6. You will find that setting up this door will not be quite easy
  7. but neither difficult.
  8.      Since you now have to UNREGISTERED version of this game door
  9. you will only have the following abilities:
  10.      1)  25 Players Only at one time.
  11.  
  12.           But if you register you will be allowed to
  13.           have up to one hundred!
  14.  
  15.      2)  ASCII only score bulletin.
  16.  
  17.           With the registered version the program will
  18.           create an ascii and ansi version of the score
  19.           file.  The score is used as a bulletin to
  20.           update players.
  21.  
  22.      3)  The Registration Screen
  23.  
  24.           This will be removed if you purchase the
  25.           registered version.
  26.  
  27.      4) 30-Day Inactive User Purge
  28.  
  29.           The program will delete any users that
  30.           haven't used the door for 30 days.  This will
  31.           insure that another users can play when
  32.           others don't call.
  33.  
  34.      5) Hoy-Keyed Menus
  35.  
  36.           The Player can press a key before the whole
  37.           entire menu is sent.  This improves the speed
  38.           of the game.
  39.  
  40.      Now that you know what you have you will want how to set it
  41. up and what it is about.
  42.  
  43.           Overall View
  44.  
  45.      The setting of the game is in the future where the human
  46. population has grown quite large and now live in most parts of
  47.  
  48.                Planet Mongers Sysop Documentation
  49.                              Page 2
  50.  
  51.  
  52. the galaxy.
  53.      The population is so large and the sections of the galaxy in
  54. which they live is so different, that humans now consider
  55. themselves a different race from other humans living in different
  56. parts of the galaxy.
  57.      With these differences causes nationalism and imperialism
  58. which now, have erupted into war between the human races.
  59.      Now, for control of the most territory the different races
  60. of the galaxy now battle each other over the vast expanse of
  61. space.
  62.      The goal of this game is to capture enough territory to own
  63. most of the galaxy and then to destroy it ending, to feuds between
  64. the races and finally end the chaos.
  65.  
  66.                How to Setup Planet Mongers
  67.  
  68.      Planet Mongers need the DORINFO1.DEF file that your bbs
  69. creates before running a door.  If your BBS can not create a
  70. dorinfo1.def file, please try to find a door converter on any
  71. good BBS.  The dorinfo1.def file must be in the same directory as
  72. the Planet Monger program.
  73.      Also, Planet Mongers needs a fossil driver to be loaded
  74. before the loading of Planet Mongers.  BNU is a perfect example
  75. of this and should be included in the zip file in which you
  76. received this game door.
  77.      Also, you should have ansi.sys (or a similarity) installed
  78.  
  79.                Planet Mongers Sysop Documentation
  80.                              Page 3
  81.  
  82.  
  83. in your config.sys.
  84.      Finally your computer must have a clock which keeps the
  85. current date.  This is needed for resetting turns everyday and
  86. for the 30 day inactive user purge.
  87.      Here is an example of a batch file which copies the
  88. DORINFO1.DEF file to the Planet Mongers directory then loads the
  89. fossil driver, then the program itself, unloads the fossil driver
  90. to conserve space, and finally copies the SCOREBUL.TXT to your
  91. bulletin directory and then renames it to the appropriate name:
  92.  
  93. @echo off                          <--Hide Commands
  94. copy c:\bbs\dorinfo1.def c:\planet <--Copies DORINFO1.DEF
  95. cd\planet                          <--Changes to Door Directory
  96. bnu                                <--Loads the fossil driver
  97. monger                             <--Loads the door
  98. bnu /u                             <--unloads the door
  99. copy scorebul.txt c:\bbs           <--Copies the Score File
  100. cd\bbs                             <--Changes to BBS Directory
  101. ren scorebul.txt bullet1.bul       <--Renames score file to
  102.                                       bulletin file
  103.  
  104.  
  105.